VerticalSliderWidget

constructor(wrappedValue: Supplier<Double>, x: Int, y: Int, width: Int, height: Int, message: Text, valueApplier: Consumer<Double>)

Parameters

wrappedValue

Supplier - supplier of value to display

x

Int - x position of the widget

y

Int - y position of the widget

width

Int - width of the widget

height

Int - height of the widget

message

Text - narration message for the widget; this isn't rendered

valueApplier

Consumer - accepts new user inputs